home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-03 / xref15.zip / README.NOW < prev    next >
Text File  |  1992-03-20  |  3KB  |  69 lines

  1.                        XREF Version 1.5
  2.                     Release date 17-Mar-92
  3.  
  4.  
  5. INTERODUCTION:
  6.      Xref was created out of pure frustration!  While Quick
  7. Basic is a fantastic language,  it can become tough to
  8. document if one doesn't keep track of all those subroutines,
  9. functions, constants, ect., ect., ect.  Xref goes a long way
  10. in bridging this gap.  What Xref does is scans your Quick
  11. Basic 4.x files and gives a comprehensive report containing a
  12. list of all subroutines, functions, constants, labels and
  13. variables.  Variables are broke down into two types, global
  14. or local in scope.  I hope you find Xref useful.
  15.  
  16. USING XREF:
  17.      Using Xref is very easy, You simply save your Quick
  18. Basic program as a ASCII text file, (ATL-F, A) then type:
  19.  
  20. XREF (PATH\)[FILENAME.EXT]
  21.  
  22.         After Xref is done you will be presented with a screen that
  23. allows you to customize the report you your liking, You are
  24. also asked where the out putshould go, a ASCII text file, the
  25. default, or to the printer. If you choose a file XREF will send
  26. the output to a file with the same name as the source except the
  27. extension will be .XRF, also the file will be created in the 
  28. current DOS path. 
  29.  
  30.         The only draw back to Xref is it won't scan $INCLUDE 
  31. file, (Version 2.0 will, most likely, fix this problem.) That's 
  32. it, it's that easy, just follow any directions on the screen 
  33. and you should have no problems in finding that elusive bug, 
  34. WHAT DID I NAME THAT VARIABLE?  WHAT PARMS. DOES THAT SUBROUTINE 
  35. CALL FOR?  Ect., Ect., Ect.
  36.  
  37. HISTORY:
  38.         
  39.         17-Mar-1992 Version 1.5. This release fixed handling  
  40.         of multi-dimensional arrays and removed the reserved
  41.         words LONG and SHARED from the global variables list.
  42.         This version also allows the output to be directed to
  43.         a ASCII text file or to the printer.
  44.  
  45.         22-Jan-1992 First release of XREF.EXE, Version 1.0
  46.  
  47. LEGAL STUFF:
  48.      XREF is a shareware program with all rights reserved,
  49. ANY donation will be greatly appreciated, but donations of
  50. $10.00 or more will net you the source code listing and any
  51. updates.  Please, if you find this program useful take the
  52. time to thank the author!  Send all donations to:
  53.  
  54.                                   Dean Hodges
  55.                                   P. O. Box 571
  56.                                   Yucaipa, Ca. 92399
  57.  
  58. Any questions may be sent to me via E-Mail:
  59.  
  60. GEnie:    D.HODGES7
  61. ComuServ: 72130,3346    
  62.  
  63. The Zoo BBS
  64. (714) 794-2906/794-3062
  65. send feedback to the SysOp, he'll see that I get it. 
  66.  
  67.                                   Thank you,
  68.                                   Dean Hodges
  69.